* term.c (tty_menu_activate): Don't assume row and col are initialized.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 30 Apr 2014 17:54:27 +0000 (10:54 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 30 Apr 2014 17:54:27 +0000 (10:54 -0700)
commit4f061a2264aaf5f002cf05b11f0e2fb070296106
treedff282e9014122411dd254336617617be83128f9
parenta862e23f7f1370101fc9136fa3728ae3f9b56f90
* term.c (tty_menu_activate): Don't assume row and col are initialized.

GCC 4.9.0 warned about this, and I couldn't easily prove to my own
satisfaction that they would always be initialized.
src/ChangeLog
src/term.c